Go to the source code of this file.
Data Structures | |
| class | Template |
| class | Permission |
| class | upload |
Namespaces | |
| namespace | eStudy::PhotoGallery |
Enumerations | |
| enum | INVALID_CHAR |
| enum | INVALID_LENGTH |
| enum | NAME_TAKEN |
| enum | NAME_BANNED |
Functions | |
| flag_make_array ($str) | |
| flag_or ($str1, $str2) | |
| build_link ($link, $noamp=false) | |
| requires_permission ($perm) | |
| check_email ($email) | |
| message ($title, $msg, $opt_back=1, $opt_index=1) | |
| errormessage ($title= '', $msg, $opt_back=1, $opt_index=1) | |
| message_redirect ($msg, $url) | |
| form_date ($time, $verbose=1) | |
| r_stripslashes (&$array) | |
| jumpmenu ($currentboard=1) | |
| forum_array_reverse ($array) | |
| forum_query ($query) | |
| chopstring ($string, $maxchars) | |
| updateboard ($boardid) | |
| updatethread ($threadid) | |
| checksize ($ic_avatar) | |
| check_banned ($text) | |
| compress_page ($output) | |
| enum INVALID_CHAR |
Definition at line 288 of file class.functions.inc.php.
| enum INVALID_LENGTH |
Definition at line 289 of file class.functions.inc.php.
| enum NAME_BANNED |
Definition at line 291 of file class.functions.inc.php.
| enum NAME_TAKEN |
Definition at line 290 of file class.functions.inc.php.
| build_link | ( | $ | link, | |
| $ | noamp = false | |||
| ) |
| $link | ||
| $noamp |
Definition at line 134 of file class.functions.inc.php.
| check_banned | ( | $ | text | ) |
Definition at line 518 of file class.functions.inc.php.
| check_email | ( | $ | ) |
| checksize | ( | $ | ic_avatar | ) |
Definition at line 501 of file class.functions.inc.php.
| chopstring | ( | $ | string, | |
| $ | maxchars | |||
| ) |
Definition at line 448 of file class.functions.inc.php.
| compress_page | ( | $ | output | ) |
Definition at line 532 of file class.functions.inc.php.
| errormessage | ( | $ | title = '', |
|
| $ | msg, | |||
| $ | opt_back = 1, |
|||
| $ | opt_index = 1 | |||
| ) |
| $title | ||
| $msg | ||
| $opt_back | ||
| $opt_index |
HTML-Fuss und unteres Menue
Definition at line 332 of file class.functions.inc.php.
| flag_make_array | ( | $ | str | ) |
| flag_or | ( | $ | str1, | |
| $ | str2 | |||
| ) |
| $str1 | ||
| $str2 |
Definition at line 115 of file class.functions.inc.php.
| form_date | ( | $ | time, | |
| $ | verbose = 1 | |||
| ) |
Definition at line 360 of file class.functions.inc.php.
| forum_array_reverse | ( | $ | array | ) |
Definition at line 415 of file class.functions.inc.php.
| forum_query | ( | $ | query | ) |
Definition at line 428 of file class.functions.inc.php.
| jumpmenu | ( | $ | currentboard = 1 |
) |
Definition at line 387 of file class.functions.inc.php.
| message | ( | $ | title, | |
| $ | msg, | |||
| $ | opt_back = 1, |
|||
| $ | opt_index = 1 | |||
| ) |
| $title | ||
| $msg | ||
| $opt_back | ||
| $opt_index |
HTML-Fuss und unteres Menue
Definition at line 313 of file class.functions.inc.php.
| message_redirect | ( | $ | msg, | |
| $ | url | |||
| ) |
| $msg | ||
| $url |
HTML-Fuss und unteres Menue
Definition at line 349 of file class.functions.inc.php.
| r_stripslashes | ( | &$ | array | ) |
Definition at line 374 of file class.functions.inc.php.
| requires_permission | ( | $ | perm | ) |
| updateboard | ( | $ | boardid | ) |
Definition at line 452 of file class.functions.inc.php.
| updatethread | ( | $ | threadid | ) |
Definition at line 480 of file class.functions.inc.php.
1.5.8